Remove annotation for GError
authorCédric Krier <ced@b2ck.com>
Wed, 20 Jul 2022 07:52:40 +0000 (09:52 +0200)
committerCédric Krier <ced@b2ck.com>
Wed, 20 Jul 2022 07:52:40 +0000 (09:52 +0200)
gtk/gtktextbufferrichtext.h

index bb56b2e8103c96cf1b4a0795c198f33326bde0e8..aecdbdead3aee806ea0340d64b1f517abf2593a4 100644 (file)
@@ -59,7 +59,7 @@ typedef guint8 * (* GtkTextBufferSerializeFunc)   (GtkTextBuffer     *register_b
  * @length: length of @data
  * @create_tags: %TRUE if deserializing may create tags
  * @user_data: user data that was specified when registering the format
- * @error: (allow-none): return location for a #GError
+ * @error: return location for a #GError
  *
  * A function that is called to deserialize rich text that has been
  * serialized with gtk_text_buffer_serialize(), and insert it at @iter.